home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / milia.dxr / 00040.ls < prev    next >
Encoding:
Text File  |  1996-03-22  |  687 b   |  32 lines

  1. on exitFrame
  2.   if rollOver(2) then
  3.     set the visible of sprite 2 to 1
  4.     set the visible of sprite 3 to 1
  5.   else
  6.     set the visible of sprite 2 to 0
  7.     set the visible of sprite 3 to 0
  8.   end if
  9.   if rollOver(4) then
  10.     set the visible of sprite 4 to 1
  11.   else
  12.     set the visible of sprite 4 to 0
  13.   end if
  14.   go(the frame)
  15. end
  16.  
  17. on mouseUp
  18.   if rollOver(2) then
  19.     set the visible of sprite 2 to 1
  20.     set the visible of sprite 3 to 1
  21.     set the visible of sprite 4 to 1
  22.     sound stop 1
  23.     go("VidPenk1")
  24.   end if
  25.   if rollOver(4) then
  26.     set the visible of sprite 2 to 1
  27.     set the visible of sprite 3 to 1
  28.     set the visible of sprite 4 to 1
  29.     go("Criadores")
  30.   end if
  31. end
  32.